Fix gtk3-demo MSVC Project
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 24 Jun 2013 06:25:31 +0000 (14:25 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 24 Jun 2013 06:25:31 +0000 (14:25 +0800)
Build the new listbox.c source file, as that file was missed.

build/win32/vs10/gtk3-demo.vcxproj
build/win32/vs10/gtk3-demo.vcxproj.filters
build/win32/vs9/gtk3-demo.vcproj

index 8c3f4dfb83eccdd4f1913a4568627120ef4a9c4c..2b7489e8cc31256e6a29a76236795fe3129d2511 100644 (file)
     <ClCompile Include="..\..\..\demos\gtk-demo\images.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\infobar.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\links.c" />
+    <ClCompile Include="..\..\..\demos\gtk-demo\listbox.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\list_store.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\main.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\menus.c" />
index 07d6e06c387bf4744e4d0b512353c5dcb167233a..9d0e1e6e4f942da8430502174322d5a4ebb5c2cf 100644 (file)
@@ -92,6 +92,9 @@
     <ClCompile Include="..\..\..\demos\gtk-demo\links.c">
       <Filter>Source Files</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\..\demos\gtk-demo\listbox.c">
+      <Filter>Source Files</Filter>
+    </ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\list_store.c">
       <Filter>Source Files</Filter>
     </ClCompile>
index 9e5bd83d7f52439062a44735fa3b61167f2192ce..bdecc5e53deb995fe485a038aee56a3b325925e0 100644 (file)
                        <File RelativePath="..\..\..\demos\gtk-demo\images.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\infobar.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\links.c" />
+                       <File RelativePath="..\..\..\demos\gtk-demo\listbox.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\list_store.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\main.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\menus.c" />